home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Designer's Club 1999 January
/
Designer's Club 1999 January.iso
/
pc
/
Idea Source
/
teaser.dir
/
00150_rolleffect6.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-12-11
|
276 b
|
17 lines
on mouseEnter me
cursor(280)
repeat while the rollOver = 23
if the mouseDown then
go("menu")
end if
set the visible of sprite 9 to 1
updateStage()
end repeat
end
on mouseLeave me
cursor(-1)
set the visible of sprite 9 to 0
updateStage()
end